home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Data 2001 March
/
CD Rom Data Mart 2001.iso
/
Internet
/
Beuverie.exe
/
scripts
/
DefineButton2_144
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-01-25
|
214 b
|
16 lines
on(release){
tellTarget("../bar")
{
gotoAndStop(1);
}
tellTarget("../BG")
{
gotoAndStop(1);
}
stopAllSounds();
tellTarget("../")
{
gotoAndPlay(1);
}
}